home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / wspacer.zip / WSPACER.WBT < prev    next >
Text File  |  1991-09-13  |  763b  |  22 lines

  1. ; --- This is WSPACER.WBT.  It is an optional front-end for WorkSpacer.
  2. ;     It requires WSRUN.WBT (a Batch Builder file that will restore a
  3. ;     named workspace to the desktop.) and WSMAKE.WBT (a Batch Builder
  4. ;     file that creates the workspace information and stores it in a
  5. ;     private INI file called WSPACE.INI), along with NDW Batch Runner.
  6.  
  7. ; --- WiGuys Software
  8. ;     19 Rushbrook Drive,
  9. ;     Kitchener, ON N2E 3C1 Canada
  10. ;     (519) 745-9717
  11. ;     Gregg Hommel, CIS # 72537,552
  12.  
  13. ; --- WorkSpacer is freeware.
  14.  
  15. WinHide ( "WBT" )
  16. DialogBox ( "WorkSpacer Options", "wspacer.wbd")
  17. If option == 1 Then Call ("wsrun.wbt", "")
  18. If option == 2 Then Call ("wsmake.wbt", "")
  19. Display ( 2, "WorkSpacer", "Thank you... Come Again!")
  20. Exit
  21.  
  22.